*************************************
    email-format-trick.xml
*************************************

- Requires: Build 611 or later

- Skill Level: low

This job shows how to transform plain text area \n character (new line)
into a html <br/> tag for cleaner formats in your email!


*************************************
    timestamps.xml
*************************************

- Requires: Build 635 or later

- Skill Level: low

This job shows how to create some PHP timestamps,
including a call to microtime.


*************************************
    repurpose_text.xml
*************************************

- Requires: Build 596 or later

- Skill Level: medium

This job uses some quick REGEX and internal PHP
string functions to remake a text string into a 
more accepatble format. Specifically, we
take a string and make sure it is camel case,
that is, each start letter of a word
is capital.